home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / iconv8_l.arc / IDOL.ARC / LBLTEST.IOL < prev    next >
Encoding:
Text File  |  1990-03-19  |  92 b   |  5 lines

  1. procedure main()
  2.  label := labelgen("L",":")
  3.   every i := 1 to 10 do write($@label)
  4. end
  5.